ImageGear .NET v24.12 - Updated
ImGearARTPolyRuler Constructor(ImGearPoint[],IImGearRGBQuad)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolyRuler Class > ImGearARTPolyRuler Constructor : ImGearARTPolyRuler Constructor(ImGearPoint[],IImGearRGBQuad)
The mark's points.
Mark color.
Initializes a new instance of the ImGearARTPolyRuler class object.
Syntax
'Declaration
 
Public Function New( _
   ByVal points() As ImGearPoint, _
   ByVal color As IImGearRGBQuad _
)
'Usage
 
Dim points() As ImGearPoint
Dim color As IImGearRGBQuad
 
Dim instance As New ImGearARTPolyRuler(points, color)
public ImGearARTPolyRuler( 
   ImGearPoint[] points,
   IImGearRGBQuad color
)
public: ImGearARTPolyRuler( 
   ImGearPoint[]* points,
   IImGearRGBQuad* color
)
public:
ImGearARTPolyRuler( 
   array<ImGearPoint>^ points,
   IImGearRGBQuad^ color
)

Parameters

points
The mark's points.
color
Mark color.
See Also

Reference

ImGearARTPolyRuler Class
ImGearARTPolyRuler Members
Overload List
ImGearPoint Structure
ImGearRGBQuad Structure